TouchableView

Indicates a view that accepts touches

DBA will automatically listen for touches in views that return true to any of view.isClickable(), view.isLongClickable, view.isFocusable, or view.isFocusableInTouchMode(). Alternatively, this annotation can be used. Add this annotation above your view's class definition if you notice touches in this view are missing from DBAs

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String